CoCreateGuid (ole32)
Last changed: Johan-82.217.103.245

.
Summary

C# Signature:

[DllImport("ole32.dll", ExactSpelling=true, PreserveSig=false)]
static extern Guid CoCreateGuid();

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

If you like the old-style GUIDs that are generated in sequential order and contain the machine's MAC address, try UuidCreateSequential.

Sample Code:

Please add some!

Alternative Managed API:

System.Guid.NewGuid()

Documentation